<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    font-size: 14px !important
}

@media only screen and (min-width:400px) {
    html {
        font-size: 14.93333333px !important
    }
}

@media only screen and (min-width:414px) {
    html {
        font-size: 15.456px !important
    }
}

@media only screen and (min-width:480px) {
    html {
        font-size: 17.92px !important
    }
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}
</pre></body></html>